From 3744742804b46ea0a2ad2853a2b5a64a28ae2a94 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 24 Jun 2011 20:47:59 -0400 Subject: [PATCH] Remove debug spew --- tests/a11y/text.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/a11y/text.c b/tests/a11y/text.c index 32185536ce..083438b8fc 100644 --- a/tests/a11y/text.c +++ b/tests/a11y/text.c @@ -512,13 +512,6 @@ test_words (GtkWidget *widget) break; } - if (g_strcmp0 (word, expected[i].word) != 0 || - start != expected[i].start || - end != expected[i].end) - { - g_print ("%d: %s %s %d : ", i, boundary(expected[i].boundary), gravity(expected[i].gravity), expected[i].offset); - g_print ("\"%s\" != \"%s\"\n", word, expected[i].word); - } g_assert_cmpstr (word, ==, expected[i].word); g_assert_cmpint (start, ==, expected[i].start); g_assert_cmpint (end, ==, expected[i].end); -- 2.30.2